* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
	font-family: "Microsoft YaHei";
	font-size: 100%;
}
ul, ol, li {
  list-style: none;
}
a, a:hover, a:visited {
	text-decoration: none;
	color: inherit;
}
.cl:after {
	clear: both;
	content: '';
	display: block;
	width: 0;
	height: 0;
	visibility: hidden;
}
body {
	width: 100%;
	min-width: 1100px;
}
header, footer {
	width: 100%；
}

/****head****/
.gsl_banner{
	width:100%;
}
.gsl_banner img{
	width:100%;
}
header nav{
	height:48px;
	background:#4676d3;
}
header nav ul{
	width:1100px;
	margin:0 auto;
}
header nav ul li{
	float:left;
	line-height:48px;
	color:#fff;
	padding:0 18px;
	font-weight:bold;
}
header nav ul li a{
	color:#fff;
}
header nav ul li a:hover{
	color:#cbeafd;
}
/****footer****/
footer{
	border-top:4px solid #4077ab;
	margin-top:20px;
}
footer p{
	text-align:center;
	margin:0 auto;
	line-height:30px;
	padding-top:10px;
	color:#4077ab;
}
/**** tabs *****/
.tabs {
 
}
.tabs-nav {
  border-bottom: 1px #4676d3 solid;
  color:#33518a;
  font-weight:bold;
}
.tabs-nav li {
  cursor: default;
  display: inline-block;
  padding: 8px 15px;
 
}
.tabs-nav li.active {
  color: #fff;
  font-weight: bolder;
  background:#4676d3;
}
.tabs-contents {
  display: none;
  padding: 10px 0;
}

/****main****/
.main{
	width:1100px;
	margin:0 auto;
}

.row1{
	padding-top:20px;
}
.row1 .focus_lf{
	width:530px;
	float:left;
}
.row1 .news_rt{
	width:530px;
	float:right;
}
.tab_list li{
	border-bottom:1px dotted #dcdcdc;
	line-height:46px;
}


.tab_list li .time{
	float:right;
	color:#999;
}

.N_more{
	display:inline-block;
	float:right;
	line-height:45px;
	color:#999;
}

.row2{
	padding-top:20px;
}
.row2 .left{
	width:380px;
	margin-right:20px;
	float:left;
}
.title{
	border-bottom:1px solid #b1b1b1;
	padding:10px 0;
}
.title .a_tt{
	color:#33518a;
	font-weight:bold;
}
.title span{
	color:#33518a;
	border-bottom:2px solid #33518a;
	padding:9px 0;
	font-weight:bold;
}
.title .more{
	float:right;
	color:#999;
}
.row2 .mid{
	width:380px;
	float:left;
}
.row2 .right{
	width:306px;
	float:right;
}

.row2 .right .pad{
	margin-top:13px;
	display:block;
}

.right_list{
	width:306px;
	float:right;
	background:#e6f3ff;
	padding:5px 15px;
}
.tab_list1 li{
	line-height:39px;
}


/***列表页***/
.content_cur{
	padding:10px 0;
	border-bottom:1px solid #8eb2f7;
	font-size:14px;
}


/***内容页***/
.ConTit{
	font-size:30px;
	font-weight:bold;
	text-align:center;
	margin-top:30px;
}
.TimSour{
	font-size:14px;
	color:#221815;
	margin-top:25px;
	background:#f7f7f7;
	padding:8px 0;
	text-align:center;
}
.ConCon{
	line-height:34px;
	padding:20px 0;
}
/**工商联之窗***/
.gslzc_tt{
	background:#e6f3ff;
	padding:10px;
}
.gslzc_tt span{
	color:#3056a1;
	font-weight:bold;
}
.gslzc_tt a{
	color:#999;
	float:right;
}